projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda5006
)
(kill-some-buffers): Doc fix.
author
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 29 Dec 2003 14:04:31 +0000
(14:04 +0000)
committer
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 29 Dec 2003 14:04:31 +0000
(14:04 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 1dc6e5454df1ce148133aa3e05701386f381b631..ce4d67d33e432d2e0cf9a3e2341ddcb2e1e1effd 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3727,8
+3727,9
@@
This command is used in the special Dired buffer created by
(kill-buffer buffer))))
(defun kill-some-buffers (&optional list)
- "For each buffer in LIST, ask whether to kill it.
-LIST defaults to all existing live buffers."
+ "Kill some buffers. Asks the user whether to kill each one of them.
+Non-interactively, if optional argument LIST is non-`nil', it
+specifies the list of buffers to kill, asking for approval for each one."
(interactive)
(if (null list)
(setq list (buffer-list)))